Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properly handle CaseInsensitiveEnumValues flag. #231

Merged
merged 1 commit into from
Aug 13, 2018

Conversation

niklaskarl
Copy link

This fixes #198.

It simply passes the value of the CaseInsensitiveEnumValues setting down to the InstanceChooser.Choose method. Previously the method used a constant value of false.

@ericnewton76
Copy link
Member

Can you add some tests for both false and true conditions, just for peace of mind :)

@ericnewton76 ericnewton76 added this to the 2.3.0 milestone May 11, 2018
@masters3d
Copy link

@niklaskarl What is the default now?

@masters3d
Copy link

@niklaskarl Do you need help adding the additional tests?

@ericnewton76 ericnewton76 merged commit ec0e51d into commandlineparser:master Aug 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enums are not case insensitive
4 participants